ActiveReports 9
DelegateCommand<TParm> Constructor(Action<TParm>,Predicate<TParm>)

Syntax
'Declaration
 
Public Function New( _
   ByVal executeAction As System.Action(Of TParm), _
   ByVal canExecute As System.Predicate(Of TParm) _
)
public DelegateCommand<TParm>( 
   System.Action<TParm> executeAction,
   System.Predicate<TParm> canExecute
)

Parameters

executeAction
canExecute
See Also

Reference

DelegateCommand<TParm> Class
DelegateCommand<TParm> Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum